Input data: Two RGB colors (data structures of type RGBColor ).
Output data: An RGB color (a data structure of type RGBColor ).
How interpolation is performed: Each of the three values used to specify an RGB color ( red , green , blue ) is interpolated separately from the others.
| Previous | Chapter Contents | Chapter Top | Next |